Welcome![Sign In][Sign Up]
Location:
Search - chess horse

Search list

[VC/MFClongqian

Description: 棋盘“马步”算法,只能向上向右走,类似于象棋中的“馬”的走法-Board, " horse" algorithm, can only go up to the right, similar to chess in the " horse" and the walk
Platform: | Size: 1443840 | Author: wengjianying | Hits:

[Algorithmknight2

Description: 8*8的国际象棋棋盘上的一只马,恰好走过除起点外的其它63个位置各一次,最后回到起点,这条线路成为马的一条Hamilton周游路线-8* 8 chess board on a horse, just walked the other outside the starting point of the 63 position each time, and finally back to the starting point, the lines become a horse of a Hamilton traveled route
Platform: | Size: 1024 | Author: 游素青 | Hits:

[Othertiaoma

Description: 跳马问题,就是64个国际象棋格子,任意位置放一个马,如何不重复地把格子走完。-The 64 Chess lattice any position to put a horse
Platform: | Size: 1024 | Author: xuyan | Hits:

[JSP/Javamata

Description: 马踏棋盘-设计一个国际象棋的马踏遍棋盘的演示程序。将马随机放在国际象棋的88 棋盘Board88 的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64 个 方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,…,64 依次填入一个88 的阵,输出之。-Horse riding board- design a chess the horse travels chessboard demo program. Horse randomly in 88 of the chess board the Board88 a checkered horse move by playing chess rules. Requirements of each square only enter once, throughout all 64 squares on the chessboard. The preparation of non-recursive program, seeking to run for the routes, and press the routes calculated the numbers 1, 2, ..., 64 turn fill a 88 array, the output of.
Platform: | Size: 1024 | Author: 俞俊 | Hits:

[GUI Developche

Description: 国际象棋走马问题 遍历所有方格的问题 用于算法与数据结构-the question of horse step in chess area of algorithm
Platform: | Size: 6144 | Author: 弯弯豆 | Hits:

[CSharpTiaomawenti2

Description: 骑士周游列国问题 在一张国际象棋棋盘上(8*8方格),骑士(knight,马)位于任意一个位置。问如何才能让骑士不重不漏的经过棋盘上的每个格?-Knight tour around the problem in a chess board (8* 8 squares), Knight (knight, horse) in any one location. Q. How can I get the knights do not leak through the chessboard each grid?
Platform: | Size: 2048 | Author: 叶小轩 | Hits:

[AlgorithmKnightTour

Description: 骑士巡游问题的算法。骑士巡游的问题简述如下:在国际象棋攀上某一位置放置一个马的棋子,然后采用象棋中“马走日字”股则,要求这匹马能不重复地走完25个格子。本实例用枚举方法求解骑士巡游问题。程序可自定义棋盘的大小,先输出标志矩阵,然后输入骑士在棋盘的初始位置,即可给出其中的一种解法。-Knight Parade algorithm problem. Knight Parade problems are summarized as follows: Place a horse chess piece on climbing a location, and then using chess " horse to go on the word" shares, requiring repeated this horse can not finish the 25 squares. The examples of enumeration method for solving the problem knights parade. Program can be custom-sized chessboard, the first output flag matrix, and then enter the initial position of the knight on the board, you can give them a solution.
Platform: | Size: 1024 | Author: | Hits:

[Game Programbianliwenti

Description: 中国象棋马的棋盘遍历程序,对任意位置上放置的一个马,均能选择一个合适的路线,使得该棋子能按象棋的规划不重复地走过棋盘上的每一个位置-Chinese Chess board horse traversal procedures, placed anywhere on a horse, able to choose a suitable route, making the chess pieces can be according to the planning board did not repeatedly traversed a position on every
Platform: | Size: 2048 | Author: rnowb | Hits:

[Game Programhouse

Description: 马踏棋盘问题描述设计一个国际象棋的马踏遍棋盘的演示程序。2. 基本要求将马随机放在国际象棋8*8棋盘的某个方格中,马按走棋规则进行移动。编制非递归程序,求出马的行走路线,-Horse riding problem described in the design of a chessboard chess chessboard horse traveled demo program. 2. The basic requirements will be placed randomly MA 8* 8 chess board in a grid, Ma moves in accordance with the rules of the mobile. The preparation of non-recursive procedures, and run routes,
Platform: | Size: 1024 | Author: wellasa | Hits:

[OtherMaTaQiPan

Description: 马踏棋盘象棋版,自动求出马从棋盘上所有点出发而踏遍所有点的路线并保存在文件中,使用了贪心算法-Horse riding board version of chess, automatic run the board on all points and all over all the points of the route and save the file, using the greedy algorithm
Platform: | Size: 3072 | Author: 黄英杰 | Hits:

[CSharpknight

Description: 骑士遍历问题,就是一匹马在国际象棋的棋盘山能不能不重复的遍历完整个棋盘-Knight traversal problem is that a horse in chess Qipanshan can not but repeat complete traversal of a chessboard
Platform: | Size: 30720 | Author: 王大锤 | Hits:

[Otherma-zhou-you-wen-ti

Description: 实验国际象棋棋盘上某位置的马,它是否可能只走63步-Experimental international chess board on a position of the horse, whether it may only take 63 steps
Platform: | Size: 1024 | Author: 孙卫兵 | Hits:

[Data structsmataqipan

Description: (1) 问题描述: 设计一个国际象棋的马踏棋盘的演示程序. (2) 基本要求: 将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动.要求每个方格只进入一次,走遍棋盘上全部64个方格.编制非递归程序,求出马的行走路线,并按求出的路线,将1,2,…,64依次填入一个8*8的方阵,输出之. (3) 程序的输入和输出及程序的功能: 使用者输入一个位置如:3,4.注意中间默认要以”,”隔开.并且数字的大小要在[0,7].程序会根据使用者的要求进行一次以8*8矩阵形式输出结果或演示寻找行走路线的回溯过程. -(1) description of the problem: Design a chess board horse riding board demo program. (2) basic requirements: The horses were placed in the chess board 8* 8 a box, Ma playing chess rules according to mobile. Requires that each box to enter only one, traveled on board all 64 squares. The preparation of non recursive program, seeking to lobby the walking route, and according to the calculated route will be 1,2,... , 64 in order to fill in a 8*8 matrix, the output. (3) the input and output of the program and the function of the program: The user to enter a position such as 3,4. pay attention to the middle of the default to , separated. And the size of the digital to program in [0,7]. according to user s requirement of a 8* 8 matrix to output the results or demo for walking route back in the process.
Platform: | Size: 113664 | Author: 梁文水 | Hits:

[OtherChinese_chess_bat

Description: 批处理编写的中国象棋,不足之处:跃子操作! 绊马腿和 别相眼都未做限制!老将出城是也未做限制!代码太多诚肯高手简化! -Batch write Chinese chess, shortcomings: jump sub-operations and other stumbling horse leg with eyes neither do limit veteran out of the city is also not done much to limit the code expert Ken Cheng simplify!!!!
Platform: | Size: 3072 | Author: | Hits:

[ADO-ODBCbianliwenti

Description: 中国象棋马的棋盘遍历程序,对任意位置上放置的一个马,均能选择一个合适的路线,使得该棋子能按象棋的规划不重复地走过棋盘上的每一个位置-Chinese Chess board horse traversal procedures, placed anywhere on a horse, able to choose a suitable route, making the chess pieces can be according to the planning board did not repeatedly traversed a position on every
Platform: | Size: 2048 | Author: zhgisi | Hits:

[Other Riddle gamesmataqipan

Description: 国际象棋游戏马从一个位置出发走遍所有的位置-Chess game horse traveled a starting position of all the positions
Platform: | Size: 177152 | Author: 陆毅 | Hits:

[Chess Poker games中国象棋源码

Description: 象棋由帅(将)、仕(士)、相(象)、车(车)、马(马)、炮(炮)、兵(卒)组成。 公司也由许许多多的公司职员组成,现在我就简要分析一下公司人员组成的象棋原理。(Chess consists of the handsome (the general), the official (the scholar), the phase (elephant), the car (car), the horse (horse), the artillery (gun) and the soldier (pawns). The company is also made up of a lot of company staff, and now I have a brief analysis of the principle of chess made up by the company.)
Platform: | Size: 2048 | Author: kumamon | Hits:
« 1 2 3 4 5 6»

CodeBus www.codebus.net